Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext


~Andy Mintumisterikle 8.Jan.04 09:42 PM Lotus Notes
Domino Designer 6.0.1 iSeries


Is there a way that I can code this so that the directory is appended? Kinda of like the @Subset(@DbName; -1)?

Sub Click(Source As Button)
Dim session As New NotesSession
Dim db As NotesDatabase
Dim collection As NotesDocumentCollection
Dim doc As NotesDocument
Dim newsdoc As NotesDocument
Dim body As NotesRichTextItem
Dim Webbage As String
Set db = session.CurrentDatabase
Set collection = db.UnprocessedDocuments
Set doc = collection.GetFirstDocument()
Webbage = db.FileName
If collection.Count < 1 Then
Messagebox("Please Select a Page to Preview")
Else
Set w = New NotesUIWorkspace
w.UrlOpen("http://www.storycounty.com/"+Webbage+"/0/"+doc.UniversalID+"?OpenDocument")
End If
End Sub






What code would it take to make thi... (~Naomi Ekponepl... 8.Jan.04)
. . Try db.FilePath instead of db.FileN... (~Dan Elhipister... 8.Jan.04)
. . . . Try db.FilePath instead of db.FileN... (~Vera Quetpones... 9.Jan.04)





  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

 RSS feedsRSS
All forum posts RSS
All main topics RSS